projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81845b
)
(sgml-mode-common): Make local binding from adaptive-fill-regexp.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 04:51:41 +0000
(
04:51
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 04:51:41 +0000
(
04:51
+0000)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index 3ce820a5b746ee0a73c9d7a8411ac6f5bcdf16ba..aec363dc10e2ff25784f516f3d085d26a2f89f21 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-287,6
+287,7
@@
varables of same name)."
(make-local-variable 'indent-line-function)
(make-local-variable 'paragraph-start)
(make-local-variable 'paragraph-separate)
+ (make-local-variable 'adaptive-fill-regexp)
(make-local-variable 'sgml-saved-validate-command)
(make-local-variable 'comment-start)
(make-local-variable 'comment-end)